xl: Command line: Remove maximum argument limit for network-attach
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 17 Jul 2015 17:00:48 +0000 (18:00 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 21 Jul 2015 15:03:17 +0000 (16:03 +0100)
commitfb38a4e456b9365d0c60be65b6bdbad3aed75a60
tree0dc3182013b0370239d2fe1ae48dec185330b6ca
parente424bff91b067e0d1e8eb8f8efa38f63c822c5b2
xl: Command line: Remove maximum argument limit for network-attach

This limit of 11 has been in this function since it was written, but
serves no purpose.  The extra arguments are fed one by one to
parse_nic_config, and it is possible to have as many as you like.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/xl_cmdimpl.c